home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / Deadman / testing / Hanger / hangme.c next >
Encoding:
C/C++ Source or Header  |  1992-11-17  |  54 b   |  5 lines  |  [TEXT/KAHL]

  1. // a short program to just hang
  2.  
  3. main()
  4. { while(1); }
  5.